.blog_landing {
    background-image: url(../../images/blog.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.blog_landing .hed {
    color: var(--main-site)
}

.blog_landing .desc {
    color: #fff
}

.recent_posts .post_hed {
    color: var(--main-site);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    height: 50px;

}

.recent_posts {
    overflow: hidden
}

.recent_posts .post_desc {
    color: var(--third-site)
}

.btn_post {
    background-color: var(--sec-site);
    border: 2px solid var(--sec-site);
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    transition: all .2s ease
}

.btn_post:focus,
.btn_post:focus-visible,
.btn_post:hover {
    border: 2px solid var(--sec-site) !important;
    color: var(--sec-site) !important;
    background-color: #fff
}

.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--sec-site)
}

.breadcrumb-item+.breadcrumb-item:lang(ar):before {
    content: var(--bs-breadcrumb-divider, "\\");
    right: -3px;
    position: relative
}

.hed_products {
    color: var(--sec-site)
}

.blog-section {
    position: relative
}

.blog-section .blog_img {
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover
}

.blog-section .head {
    color: #fff
}

.blog-section .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    z-index: 2
}

.blog-section .social {
    width: 30px;
    height: 30px;
    background-color: var(--sec-site);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-section .socials {
    position: absolute;
    top: 34%;
    right: 0;
    width: auto
}

.blog-section .socials_icon {
    position: relative;
    z-index: 4
}

.blog-section .socials_icon a {
    color: #fff
}

.blog-section .socials_background {
    border-radius: 21% 0 0 21%;
    position: absolute;
    top: -41%;
    height: 176%;
    border-right: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
}

.blog-section .socials_background:lang(en) {
    left: -6px
}

.news_details .blog_desc,
.news_details .blog_hed {
    color: rgba(34, 34, 34, .81)
}

.news_details .other_news {
    background-color: #e6f8f8
}

.news_details .border_new {
    border-bottom: 1px solid rgba(0, 185, 184, .74)
}

.wrapper {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 5%
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
    border-radius: 15px
}

.slide-controls .slide:lang(ar) {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all .6s ease
}

.slide-controls .slide:lang(en) {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all .6s ease
}

.slide-controls label.signup {
    color: #000
}

.slide-controls .slider-tab:lang(ar) {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    z-index: 0;
    border-radius: 15px;
    background: rgb(0 185 184);
    transition: all .6s cubic-bezier(.68, .55, .265, 1.55)
}

.slide-controls .slider-tab:lang(en) {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 15px;
    background: rgb(0 185 184);
    transition: all .6s cubic-bezier(.68, .55, .265, 1.55)
}

input[type=radio] {
    display: none
}

#signup:checked~.slider-tab:lang(ar) {
    right: 50%
}

#signup:checked~.slider-tab:lang(en) {
    left: 50%
}

#signup:checked~label.signup:lang(ar) {
    color: #fff;
    cursor: default;
    user-select: none
}

#signup:checked~label.signup:lang(en) {
    color: #fff;
    cursor: default;
    user-select: none
}

#signup:checked~label.login:lang(ar) {
    color: #000
}

#signup:checked~label.login:lang(en) {
    color: #000
}

#login:checked~label.signup {
    color: #000
}

#login:checked~label.login {
    cursor: default;
    user-select: none
}

.wrapper .form-container {
    width: 100%
}

.form-container .form-inner form {
    width: 98%;
    transition: all .6s cubic-bezier(.68, .55, .265, 1.55)
}

.form-inner form .field {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: 0;
    padding-left: 15px;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all .3s ease
}

.form-inner form .field input:focus {
    border-color: rgb(0 185 184)
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all .3s ease
}

form .field input:focus::placeholder {
    color: #1a75ff
}

.form-inner form .pass-link {
    margin-top: 5px
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #1a75ff;
    text-decoration: none
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline
}

form .btn {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    right: -100%;
    background: rgb(0 185 184);
    border-radius: 15px;
    transition: all .4s ease
}

form .btn:hover .btn-layer {
    right: 0
}

form .btn input[type=submit] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer
}

.landing-warranty {
    position: relative;
    background-image: url(../../images/warranty.png);
    width: 100%;
    background-size: 100% 100%;
    background-position: center
}

.landing-warranty .hed {
    color: rgb(0 185 184)
}

.landing-warranty .desc {
    color: #fff;
    font-size: 23px
}

.landing-warranty .circ {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #00b9b8
}

@media (max-width:500px) {
    .product-desc {
        height: 56px
    }
}



@media (max-width:700px) {
    .contact_car {
        height: 420px !important
    }
}

.form-control {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #80808052 !important
}

.form-floating>label:lang(ar) {
    right: 0;
    left: unset
}

.contact label {
    color: var(--main-site) !important
}

.guarantee-input {
    background-color: rgb(0 185 184) !important;
    color: #fff !important
}

.form-select:lang(ar) {
    background-position: left .75rem center !important;
    padding: .375rem .9rem .375rem .75rem !important
}

.btn_sent {
    border: 1px solid var(--main-site);
    color: #fff;
    border-radius: 13px;
    background-color: rgb(79 182 70)
}



.contact_car:lang(en) {
    width: 19% !important;
    z-index: 2;
    left: 14%;
    top: 10%;
    transform: scaleX(-1)
}

.btn-waarranty {
    background-color: rgb(0 185 184);
    color: #fff
}

.btn-waarranty:hover {
    background-color: rgb(0 185 184);
    color: #fff
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #80808057 !important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none
}

.policy-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 0;
    border-radius: 15px;
    animation: fadeIn 1s ease-in-out
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.policy-container h2 {
    color: rgb(0 185 184);
    border-bottom: 3px solid rgb(0 185 184);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px
}

.policy-container h2 i {
    margin-left: 10px;
    color: rgb(0 185 184)
}

.policy-container ul:lang(ar) {
    padding-right: 0;
    list-style: none
}

.policy-container ul:lang(en) {
    padding-left: 0;
    list-style: none
}

.policy-container ul li {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: transform .3s ease-in-out
}

.policy-container ul li:hover {
    transform: scale(1.02);
    background: #f1f1f1
}

.policy-container ul li i:lang(ar) {
    margin-left: 10px;
    color: rgb(0 185 184)
}

.policy-container ul li i:lang(en) {
    margin-right: 10px;
    color: rgb(0 185 184)
}

.btn-custom {
    background: rgb(0 185 184);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: .3s
}

.btn-custom:hover {
    background: rgb(0 185 184);
    text-decoration: none;
    color: #fff
}

.input-box {
    position: relative;
    height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.input-box .button,
.input-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.input-box i:lang(ar) {
    right: 20px;
    font-size: 20px;
    color: #707070
}

.input-box i:lang(en) {
    left: 20px;
    font-size: 20px;
    color: #707070
}

.input-box input:lang(ar) {
    height: 100%;
    width: 100%;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 0 52px 0 0;
    background-color: transparent
}

.input-box input:lang(en) {
    height: 100%;
    width: 100%;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 0 0 0 52px;
    background-color: transparent
}

.input-box .button:lang(ar) {
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    background-color: rgb(0 185 184);
    cursor: pointer
}

.input-box .button:lang(en) {
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    background-color: rgb(0 185 184);
    cursor: pointer
}

.input-box .button:active {
    transform: translateY(-50%) scale(.98)
}

@media screen and (max-width:700px) {
    .input-box {
        height: 66px;
        margin: 0 8px
    }

    .input-box i {
        left: 12px;
        font-size: 25px
    }

    .input-box input {
        padding: 0 112px 0 50px
    }

    .input-box .button {
        /* right: 12px; */
        font-size: 14px;
        padding: 8px 18px
    }

    .form-image {
        height: 100%;
    }
    .wrapper {
        overflow: hidden;
        background: #fff;
        padding: 0;
        border-radius: 15px;
        margin: auto;
        margin-bottom: 5%;
    }
}
